ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BoxWhisker<T> Class / GapWidth Property

In This Topic
    GapWidth Property
    In This Topic
    Gets or sets a value that determines the gap width as a percentage for the Box and Whisker chart. The default value for this property is 0.1. The min value is 0 and max value is 1.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0.1)>
    Public Property GapWidth As Single
    [DefaultValue(0.1)]
    public float GapWidth {get; set;}
    See Also